<?php
define('WP_CACHE', true); // Added by WP Rocket
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wordpress_5' );

/** MySQL database username */
define( 'DB_USER', 'wordpress_l' );

/** MySQL database password */
define('DB_PASSWORD', '9uc!2P6qGQ');

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', '5XIDR@P7;#_aG[0Byi4Bb):aa:44P|je6iK#i4(:6:d7jt56Vf1O6T60F8:V@H/_');
define('SECURE_AUTH_KEY', '#8qPEsC(Ue!79j)*82180gc+u4m&*rdwk28/T@09u#A7Ae[#IM329T2hi59Kqe*]');
define('LOGGED_IN_KEY', 'rZUQC)I#Bj;tcdeYXx9%fOz;H1[oGjb2O;#k9dxH0H|7]#]TY)4qSc004z(VE3s#');
define('NONCE_KEY', 'aN6H5!;o;s%3buOWzU@F[O]-QwJ8Iv9we|J4q]hV5&)kU3h[68G!M450GYyOMz:~');
define('AUTH_SALT', 'Z[7Pnb;n9(/8#z7)FL7X!e3[]((9S0e+%2aQY/_KB0i%ZHA4;!r!)Y0:cZ1I&dyE');
define('SECURE_AUTH_SALT', '0B)2~E]J!_Uei;7VJ&WCd_u)t231:f%Oc-@k/#5eDxG9y0(S:U5cXM&;)yR1]3~*');
define('LOGGED_IN_SALT', 'G|7zF|P2zi&L7m)EHt9B+9]+5_Gxqf7M:6_7L3zZe[eC1:ySM60|sgl3:c8lv6d1');
define('NONCE_SALT', '0x;0q(fJ8P[3tp@zHWf]/C9Aq)R%K_#t5Qd~80q(M21(Vst)p7xP7rr21nk1281R');

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'f3u56GsdO_';


define('WP_ALLOW_MULTISITE', true);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';

